From 33fcc83274017fca2052a64d2383f4c24323499b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Mar 2006 22:56:15 +0000 Subject: [PATCH] Avoid a mnemonic conflict. (#163850, Dennis Cranston) 2006-03-10 Matthias Clasen * gtk/gtkcolorsel.c (gtk_color_selection_init): Avoid a mnemonic conflict. (#163850, Dennis Cranston) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ gtk/gtkcolorsel.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b4e3d60e54..bc68f9346f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-03-10 Matthias Clasen + * gtk/gtkcolorsel.c (gtk_color_selection_init): Avoid a mnemonic + conflict. (#163850, Dennis Cranston) + * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Make the behaviour of the about dialog consistent with other dialogs in gtk. If the dialog is constructed with gtk_about_dialog_new(), the creator diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b4e3d60e54..bc68f9346f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2006-03-10 Matthias Clasen + * gtk/gtkcolorsel.c (gtk_color_selection_init): Avoid a mnemonic + conflict. (#163850, Dennis Cranston) + * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Make the behaviour of the about dialog consistent with other dialogs in gtk. If the dialog is constructed with gtk_about_dialog_new(), the creator diff --git a/gtk/gtkcolorsel.c b/gtk/gtkcolorsel.c index bd590986c9..ec6673dfc9 100644 --- a/gtk/gtkcolorsel.c +++ b/gtk/gtkcolorsel.c @@ -1996,7 +1996,7 @@ gtk_color_selection_init (GtkColorSelection *colorsel) _("Amount of blue light in the color.")); gtk_table_attach_defaults (GTK_TABLE (table), gtk_hseparator_new (), 0, 8, 3, 4); - priv->opacity_label = gtk_label_new_with_mnemonic (_("_Opacity:")); + priv->opacity_label = gtk_label_new_with_mnemonic (_("Op_acity:")); gtk_misc_set_alignment (GTK_MISC (priv->opacity_label), 0.0, 0.5); gtk_table_attach_defaults (GTK_TABLE (table), priv->opacity_label, 0, 1, 4, 5); adjust = GTK_ADJUSTMENT (gtk_adjustment_new (0.0, 0.0, 255.0, 1.0, 1.0, 0.0)); -- 2.30.2